.popBg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.headerZw{
	display: block;
	width: 100%;
	height: 86px;
	background: #fff;
}
.header {
	display: block;
	width: 100%;
	height: 86px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	padding: 0 58px 0 86px;
	min-width: 1200px;
	transition: background-color 500ms;
}
	.header.active {
		background: #fff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		background: url(../images/bg1.jpg) repeat-x;background-size: cover;
	}
.header::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 90;
}
.header.active::before{
	display: none;
}
.logo{
	height: 100%;
	line-height: 86px;
}
.logo .img2{
	display: none;
}
.header.active .logo .img1{display: none;}
.header.active .logo .img2{display: block;}
.menu{
	padding-right: 1px;
}
.menu>li{
	position: relative;
	height: 100%;
	margin-right: 26px;
	float: left;
}
.menu>li>a{
	display: block;
	position: relative;
	font-size: 20px;
	/* color: #fff; */
	line-height: 86px;
	padding: 0 20px;
	transition: color .1s;
	
}
.header.active .menu>li>a{
	color: #000;
}
.menu>li:hover>a{
	background: #182e7a;
	color: #fff;
}
.menu>li>a.active{
	background: #182e7a;
	color: #fff;
}
.header.active .menu>li:hover>a{
	background: #182e7a;
	color: #fff;
}
.header.active .menu>li>a.active{
	background: #182e7a;
	color: #fff;
}
.menu>li>a.active::after{
	display: none;
}
.menuTwo{
	display: none;
	width: 112px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.menuTwo a{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding: 8px 10px;
}
.menuTwo a:hover{
	color: #fff;
	background: #182e7a;
}
.menu>li:hover .menuTwo{
	display: block;
}
.headRigth{
	margin-left: 22px;
}
.headRigth h3{
	font-size: 18px;
	color: #fff;
	line-height: 86px;
	padding-left: 50px;
	background: url(../images/phone-02.png) no-repeat 20px center;
	position: relative;
	transition: color 500ms;
}
.headRigth h3 span{
	font-size: 20px;
	font-weight: bold;
	margin-left: 18px;
}
.headRigth h3::before{
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #e2e7ed;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 500ms;
}
.header.active .headRigth h3 {
	background: url(../images/phone-01.png) no-repeat 20px center;
	color: #333333;
	/*color: #fff;*/
}
.headSearch{
	position: relative;
	height: 100%;
	margin-right: 20px;
}
.headSearch span{
	display: block;
	height: 86px;
	background: url(../images/search-02.png) no-repeat center;
	width: 18px;
	cursor: pointer;
}
.header.active .headSearch span{
	background: url(../images/search-01.png) no-repeat center;
}
.headSearchDiv{
	display: none;
	width: 280px;
	height: 60px;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 90;
	padding: 10px;
	border-radius: 0 0 4px 4px;
}
.headSearchDiv input{
	width: 190px;
	height: 100%;
	background: #eee;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	border-radius: 4px;
}
.headSearchDiv button{
	width: 60px;
	height: 100%;
	background: #182e7a;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
}

/*媒体查询*/
@media screen and (max-width: 1600px){
	.header{ padding: 0 40px 0 50px; }
}
@media screen and (max-width: 1540px){
	.header{ padding: 0 30px; }
	.menu>li{margin-right: 15px;}
}
@media screen and (max-width: 1440px){
	.header{ padding: 0 20px; }
	.menu>li{margin-right: 5px;}
}
@media screen and (max-width: 1360px){
	.header{ padding: 0 10px; }
	.menu>li{margin-right: 0px;}
	.headRigth{margin-left: 10px;}
}
@media screen and (max-width: 1300px){
	.menu>li>a{padding: 0 13px;}
}
.banner{
	display: block;
	height: 500px;
	position: relative;
}
.bannerIn{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}
.weizhi{
	padding-left: 20px;
	padding-bottom: 14px;
	background: url(../images/home-01.png) no-repeat left 4px;
}
.weizhi li{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-right: 2px;
}
.weizhi li a{
	color: #fff;
}
.footerBot{
	display: block;
	background: url(../images/foot1_03.jpg) repeat left top;
	padding: 20px 0 18px;
	font-size: 14px;
	color: #9093a6;
	line-height: 24px;
}
.footerBot a{
	color: #9093a6;
}
.footerBot a:hover{
	color: #fff;
}
.footerBotLeft img{
	margin-top: -3px;
	margin-left: 4px;
}
.footer{
	display: block;
	background: #14286f;
}
.footerTop{
	display: block;
	padding: 72px 0 66px;
	position: relative;
}
@media screen and (max-width: 1440px){
	.footerBot>div,.footerTop{width: 1300px;}
}
.footEwm{
	width: 123px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin-right: 36px;
	color: #fff;
}
.footEwm img{
	display: block;
	width: 123px;
	height: auto;
	margin: 10px auto 12px;
}
.footerLxDiv{
	width: 365px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.footerLxDiv li{
	margin-bottom: 30px;
	padding-left: 44px;
}
.footerLxDiv li:last-child{
	margin-bottom: 0;
}
.footerLxDiv li h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.footerLxDiv li h2{
	font-size: 24px;
	line-height: 34px;
}
.footerLxDiv li:nth-child(1){
	background: url(../images/foot2_06.jpg) no-repeat left 15px;
}
.footerLxDiv li:nth-child(2){
	background: url(../images/foot2_10.jpg) no-repeat 1px 9px;
}
.footline{
	display: inline-block;
	width: 1px;
	height: 168px;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	vertical-align: top;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 74px;
}
.footerLeft{
	padding-left: 30px;
}
.footerNav{
	display: block;
	margin-top: 44px;
}
.footerNav a{
	float: left;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-right: 36px;
}
.footlogo{
	display: block;
}
.footlogo img{
	display: block;
}
.rightMenu{
	display: block;
	width: 64px;
	height: auto;
	position: fixed;
	right: 35px;
	bottom: 15%;
	z-index: 100;
}
.rightMenu>li{
	display: block;
	width: 64px;
	position: relative;
	margin-bottom: 14px;
	height: 64px;
}
.rightMenu>li:last-child{
	margin-bottom: 0;
}
.rightMenu>li.zhiding{
	margin-top: 22px;
}
.rightMenu>li a{
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	background-color: #182e7a;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #fff;
	border-radius: 32px;
	transition: all 600ms;
}
.rightMenu>li.hove1 a{
	overflow: hidden;
}
.rightMenu>li a span{
	display: block;
	width: 62px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	background-color: #182e7a;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 32px;
	transition: all 600ms;
}

.rightMenu>li.zhiding a{
	background-image: url(../images/rightmenu-04.png);
}
.rightMenu>li a.tel span{
	background-image: url(../images/rightmenu-01.png);
}
.rightMenu>li a.qq span{
	background-image: url(../images/rightmenu-02.png);
}
.rightMenu>li a.wx{
	background-image: url(../images/rightmenu-03.png);
}
.rightMenu>li:hover a,
.rightMenu>li:hover a span{
	background-color: #d9b765;
}
.rightMenu>li.hove1:hover a{
	width: 216px;
}
.rightMenu>li p{
	display: block;
	width: 0;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	color: #fff;
	padding: 0 74px 0 18px;
	overflow: hidden;
	transition: all 600ms;
	white-space:nowrap;
}
.rightMenu>li.hove1:hover a p{
	width: 100%;
}
.rightMenuEwm{
	display: none;
	width: 120px;
	position: absolute;
	right: 74px;
	top: 0;
	background: #d9b765;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 8px;
}
.rightMenuEwm img{
	display: block;
	width: 100%;
	height: auto;
}
.bannerSwiper{
	display: block;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.bannerSwiper .swiper-pagination{
	bottom: 5%;
}
.bannerSwiper .swiper-pagination-bullet{
	background: #fff;
	opacity: 0.6;
	width: 80px;
	height: 4px;
	border-radius: 0;
	margin: 0 10px !important;
}
.bannerSwiper .swiper-pagination-bullet-active{
	background: #182e7a;
}
.rollDiv{
	display: block;
	width: 100%;
	height: 0;
}
.home-about{
	display: block;
	width: 100%;
	padding: 110px 0 87px;
	background: url(../images/home1_02.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.home-about-in{
	display: block;
	width: 100%;
	padding: 49px 0 0;
	background: url(../images/About-us.png) no-repeat 49px top;
	min-height: 130px;
}
.home-about-number{
	margin-top: 71px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	height: 150px;
	background: #fff;
}
.home-about-number li{
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	padding-top: 24px;
	position: relative;
}
.home-about-number li h3{
	font-size: 30px;
	height: 68px;
	line-height: 68px;
	color: #333333;
	font-weight: bold;
}
.home-about-number li h3 span{
	font-size: 48px;
	font-weight: bold;
	margin-right: 4px;
}
.home-about-number li::after{
	content: "";
	display: block;
	width: 1px;
	height: 66px;
	background: #e3e3e3;
	position: absolute;
	right: 0;
	top: 42px;
}
.home-about-number li:last-child::after{
	display: none;
}
.home-about-img{
	width: 588px;
	height: 390px;
	margin-right: 36px;
	margin-top: 14px;
	position: relative;
}
.home-about-img::before{
	content: "";
	display: block;
	width: 516px;
	height: 36px;
	background: #182e7a;
	position: absolute;
	bottom: 100%;
	left: 108px;
	z-index: 2;
}
.home-about-img::after{
	content: "";
	display: block;
	width: 36px;
	height: 390px;
	background: #182e7a;
	position: absolute;
	bottom: 36px;
	left: 100%;
	z-index: 2;
}
.home-about-div{
	width: 666px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.home-about-div h4{
	font-size: 26px;
	color: #d9b765;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 40px;
}
.home-about-div h2{
	font-size: 42px;
	font-weight: bold;
	line-height: 50px;
	color: #000000;
	margin-bottom: 35px;
}
.home-about-div a{
	display: block;
	width: 194px;
	height: 52px;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	margin-top: 66px;
	background: #f4f5f6;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
}
.home-about-div a:hover{
	background: #182e7a;
	color: #fff;
	border-color: #182e7a;
}
.home-yewu{
	display: block;
	padding: 45px 0 64px;
	width: 100%;
	overflow: hidden;
}
.title01{
	text-align: center;
}
.title01 img{
	display: block;
	margin: 17px auto 0;
}
.title01 h3{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}
.title02{
	text-align: center;
}
.title02 img{
	display: block;
	margin: 17px auto 0;
}
.title02 h3{
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}
.more1{
	display: block;
	width: 194px;
	height: 52px;
	border-radius: 4px;
	background: #ced3d6;
	text-align: center;
	line-height: 52px;
	margin: 59px auto 0;
	font-size: 18px;
	color: #010101;
}
.more1:hover{
	background: #182e7a;
	color: #fff;
}
.home-yw-div{
	display: block;
	height: 560px;
	position: relative;
}
.ywSwiper{
	display: block;
	width: 4050px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}
.home-yw-in{
	height: 560px;
	background: #fff;
}
.home-yw-in .left{
	width: 725px;
	height: 100%;
	overflow: hidden;
	background-size: contain;
    background-color: #fff;
}
.home-yw-test{
	width: 514px;
	padding: 56px 60px 0 0;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.home-yw-test h2{
	font-size: 38px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
	height: 50px;
}
.home-yw-test em{
	display: block;
	width: 58px;
	height: 3px;
	background: #182e7a;
	margin: 21px 0 20px;
}
.home-yw-test p{
	height: 96px;
}
.home-yw-test a{
	width: 150px;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #182e7a;
	line-height: 46px;
	text-align: center;
	margin-top: 117px;
	font-size: 16px;
	color: #182e7a;
}
.home-yw-test a:hover{
	background: #182e7a;
	color: #fff;
}
.ywSwiper .swiper-pagination{
	display: block;
	width: 100px !important;
	height: 40px;
	bottom: 53px !important;
	left: 50%;
	margin-left: 544px;
	font-size: 18px;
	color: #666666;
	line-height: 40px !important;
	height: 40px !important;
}
.ywSwiper .swiper-pagination .swiper-pagination-current{
	font-size: 26px;
	color: #182e7a;
	font-weight: bold;
}
.ywSwiper .swiper-button-prev,
.ywSwiper .swiper-button-next{
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 4px;
	background: #cdd5d7;
	top: auto;
	bottom: 46px;
	z-index: 90;
}
.ywSwiper .swiper-button-prev::after,
.ywSwiper .swiper-button-next::after{
	display: none;
}
.ywSwiper .swiper-button-prev{
	left: 50%;
	margin-left: 140px;
	background: #cdd5d7 url(../images/left-01.png) no-repeat center;
}
.ywSwiper .swiper-button-next{
	left: 50%;
	margin-left: 202px;
	background: #cdd5d7 url(../images/right-01.png) no-repeat center;
}
.ywSwiper .swiper-button-prev:hover{
	left: 50%;
	margin-left: 140px;
	background: #182e7a url(../images/left-01.png) no-repeat center;
}
.ywSwiper .swiper-button-next:hover{
	left: 50%;
	margin-left: 202px;
	background: #182e7a url(../images/right-01.png) no-repeat center;
}
.home-xw{
	display: block;
	padding: 60px 0 80px;
}
.home-xw-left{
	width: 620px;
	height: 560px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.home-xw-left-img{
	display: block;
	width: 100%;
	height: 355px;
	overflow: hidden;
}
.home-xw-left-img div{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 500ms;
}
.home-xw-left:hover .home-xw-left-img div{
	transform: scale(1.06);
}
.home-xw-left-in{
	display: block;
	padding: 27px 34px 0;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.home-xw-left-in h3{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	line-height: 36px;
	height: 36px;
	margin-bottom: 12px;
	font-weight: bold;
}
.home-xw-left-in p{
	height: 56px;
}
.home-xw-left-in h4{
	line-height: 24px;
	height: 24px;
	margin-top: 19px;
	font-size: 16px;
	color: #999999;
}
.home-xw-left-in h4 span{
	padding-right: 36px;
	background: url(../images/more-01.png) no-repeat right center;
}
.home-xw-left:hover{
	background: #e9edfc;
}
.home-xw-left:hover .home-xw-left-in h3,
.home-xw-left:hover .home-xw-left-in h4{
	color: #182e7a;
}
.home-xw-left:hover .home-xw-left-in{
	color: #182e7a;
}
.home-xw-left:hover .home-xw-left-in h4 span{
	background: url(../images/more-02.png) no-repeat right center;
}
.home-xw-right{
	width: 758px;
	height: auto;
	min-height: 560px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	padding-bottom: 22px;
}
.more2{
	display: block;
	width: 680px;
	height: 44px;
	background: #f2f2f2;
	margin: 9px auto 0;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #666666;
}
.more2:hover{
	background: #182e7a;
	color: #fff;
}
.home-xw-list{
	display: block;
	width: 100%;
	height: 161px;
	border: 1px solid #fff;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding: 33px 40px 0 36px;
	background: url(../images/more-01.png) no-repeat 37px 114px;
	position: relative;
}
.home-xw-list h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	margin-bottom: 11px;
	padding-right: 100px;
	color: #000000;
}
.home-xw-list:hover{
	border-color: #d1d8f1;
	color: #182e7a;
	background: #e9edfc url(../images/more-02.png) no-repeat 37px 114px;
}
.home-xw-list:hover h4{
	color: #182e7a;
}
.home-xw-list h5{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	position: absolute;
	right: 40px;
	top: 34px;
}
.home-xw-list:hover h5{
	color: #182e7a;
}


.nashi{
	display: block;
	width: 100%;
	padding: 50px 0 70px;
	background: #f4f4f4 url(../images/nashi1_03.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

.zpMain{
	background: #fff;
}
.zpTop{
	display: block;
	padding: 16px 0;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.zpTop>div{
	display: inline-block;
	float: left;
}
.zpTop .div1{width: 265px;padding-left: 64px;}
.zpTop .div2{width: 156px;}
.zpTop .div3{width: 178px;}
.zpTop .div4{width: 140px;}
.zpTop .div5{width: 176px;}
.zpTop .div6{width: 210px;}
.zpTop .div7{width: 175px;}
.zpTop.on{
	background: #182e7a;
	color: #fff;
}
.zpTop .div7 span{
	display: block;
	line-height: 28px;
	width: 100%;
	font-size: 16px;
	color: #182e7a;
	cursor: pointer;
}
.zp .zpTop .div7{
	cursor: pointer;
}
.zp>li{
	border-bottom: 1px solid #eaeaea;
}
.zpDiv{
	display: none;
	padding: 1px 64px 34px;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	border-top: 1px solid #eaeaea;
}
.zpDiv.active{
	display: block;
}
.zpDiv>h3{
	font-size: 18px;
	color: #182e7a;
	margin: 12px 0 8px;
	font-weight: bold;
}
.zpDiv>em{
	display: block;
	width: 28px;
	height: 2px;
	background: #182e7a;
	margin-bottom: 12px;
}
.zpDivBot{
	display: block;
	height: 48px;
	margin-top: 14px;
	font-size: 20px;
	color: #182e7a;
	line-height: 48px;
}
.zpDivBot a{
	color: #182e7a;
}
.zpDivBot .lx{
	display: inline-block;
	vertical-align: top;
	width: 154px;
	height: 48px;
	border-radius: 4px;
	background: #182e7a;
	text-align: center;
	line-height: 48px;
	margin-right: 12px;
	color: #fff;
}

.yw-top{
	display: block;
	width: 100%;
	background: #f4f4f4;
	padding: 50px 0 64px;
}
.tabs{
	display: block;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.tabs li{
	float: left;
	margin-right: 58px;
}
.tabs li a{
	position: relative;
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
}
.tabs li a:hover{
	color: #182e7a;
}
.tabs li a.active{
	font-weight: bold;
	color: #182e7a;
}
.tabs li a.active::after{
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #182e7a;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.yw-top-img{
	width: 566px;
	height: 438px;
	overflow: hidden;
}
/*.yw-top-img div{
	display: block;
	width: 100%;
	height: 100%;
}*/
.yw-top-in{
	width: 734px;
	height: 438px;
	background: #fff;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	padding: 42px 48px 20px 46px;
	overflow-y: auto;
}
.yw-top-in h2{
	font-size: 38px;
	line-height: 50px;
	color: #000000;
	font-weight: bold;
}
.yw-top-in>em{
	display: block;
	width: 58px;
	height: 3px;
	background: #182e7a;
	margin: 21px 0 25px;
}
.yw-top-in h3{
	font-size: 20px;
	color: #333333;
	line-height: 34px;
	margin: 49px 0 5px;
	font-weight: bold;
}
.title03{
	text-align: center;
	position: relative;
	height: 46px;
}
.title03 h3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 46px;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	z-index: 3;
}
.title03 h5{
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	color: #e3e2e2;
	padding-top: 16px;
}
.case-list{
	margin-bottom: 30px;
	height: 430px;
	background: #fff;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}
.case-list-img{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.case-list-img div{
	display: block;
	width: 100%;
	height: 100%;
}
.case-list:nth-child(2n) .case-list-img{
	float: right;
}
.case-list-in{
	width: 50%;
	padding: 45px 46px 20px 64px;
	font-size: 17px;
	color: #999999;
	line-height: 30px;
}
.case-list:nth-child(2n) .case-list-in{
	padding: 45px 76px 20px 36px;
}
.case-list-in .tab{
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 28px;
	line-height: 26px;
	border-radius: 14px;
	border: 1px solid #a0a0a0;
	margin-bottom: 23px;
	padding: 0 15px;
	font-size: 15px;
	color: #999999;
}
.case-list-in h3{
	font-size: 28px;
	line-height: 42px;
	color: #333333;
	font-weight: bold;
	height: 42px;
	margin-bottom: 18px;
}
.case-list-in p{
	height: 60px; color: #333;
}
.case-list-in .line{
	display: block;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
	margin: 49px 0 59px;
}
.case-list-in .bot{
	display: block;
}
.case-list-in .bot a{
	width: 120px;
	height: 42px;
	border-radius: 21px;
	background: #182e7a;
	line-height: 42px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.case-list-in .bot h4{
	width: 380px;
	font-size: 17px;
	line-height: 28px;
	color: #333333;
	padding-left: 25px;
	padding-top: 8px;
	background: url(../images/dizhi1.png) no-repeat left 15px;
}
.yw-main{
	display: block;
	margin: 50px auto 56px;
	background: #fff;
	font-size: 16px;
	color: #272727;
	line-height: 28px;
}
.yw-det-top{
	display: block;
	padding: 42px 50px 41px;
	text-align: center;
}
.yw-det-top h5{
	font-size: 18px;
	color: #999999;
	line-height: 28px;
}
.yw-det-top h3{
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 14px;
	font-weight: bold;
}
.yw-det{
	display: block;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 38px 50px 66px;
}
.yw-det-bot{
	display: block;
	padding: 42px 50px;
}
.yw-det-bot>div{
	width: 560px;
	height: 54px;
	border-radius: 4px;
	background-color: #f5f5f5;
	line-height: 54px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.yw-det-bot>div a{
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	color: #333333;
	padding: 0 60px;
}
.yw-det-bot>div:nth-child(1){
	background-image: url(../images/left-02.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
.yw-det-bot>div:nth-child(2){
	background-image: url(../images/right-02.png);
	background-repeat: no-repeat;
	background-position: 510px center;
}
.yw-det-bot>div:hover:nth-child(1){
	color: #fff;
	background-color: #182e7a;
	background-image: url(../images/left-03.png);
}
.yw-det-bot>div:hover:nth-child(2){
	color: #fff;
	background-color: #182e7a;
	background-image: url(../images/right-03.png);
}
.yw-det-bot>div:hover a{
	color: #fff;
}
.news-list{
	display: block;
	width: 100%;
	/* height: 310px; */
	background: #fff;
	margin-bottom: 20px;
	padding: 30px 36px 30px 30px;
}
.news-list-img{
	width: 350px;
    height: 200px;
	overflow: hidden;
	border-radius: 4px;
}
.news-list-img div{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 500ms;
}
.news-list:hover{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.news-list:hover .news-list-img div{
	transform: scale(1.06);
}
.news-list-in{
	width: 845px;
	font-size: 18px;
	color: #999999;
	line-height: 32px;
}
.news-list-in h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	margin-bottom: 26px;
}
.news-list-in p{
	height: 64px;
}
.news-list-in h5{
	/* height: 30px;
	line-height: 30px; */
	font-size: 16px;
	color: #999999;
	padding-right: 30px;
	background: url(../images/more-01.png) no-repeat right center;
	text-align: right;
	/* margin-top: 74px; */
}
.news-list:hover .news-list-in h3,
.news-list:hover .news-list-in h5{
	color: #182e7a;
}
.news-list:hover .news-list-in h5{
	background: url(../images/more-02.png) no-repeat right center;
}
.news-list-time{
	/* width: 116px;
	height: 116px;
	border-radius: 4px;
	border: 1px solid #c3c9de;
	text-align: center;
	margin-left: 40px; */
	margin-top: 28px;
	display: flex;
    justify-content: space-between;

	font-size: 14px;
	color: #999;
}
.news-list-time img{ margin-right: 5px; position: relative; top: -2px;}
/* .news-list-time span{
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	font-weight: bold;
} */
.yw-det p{
	margin-bottom: 14px;
}
.jianjie-img{
	width: 477px;
	height: 470px;
	position: relative;
}
.jianjie-img::before{
	content: "";
	display: block;
	width: 46px;
	height: 391px;
	position: absolute;
	top: 126px;
	left: 100%;
	background: #182e7a;
}
.jianjie-img::after{
	content: "";
	display: block;
	height: 47px;
	width: 495px;
	position: absolute;
	top: 100%;
	left: 28px;
	background: #182e7a;
}
.jianjie{
	width: 730px;
	height: 542px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	overflow: auto;
	padding-right: 24px;
}
.jianjie::-webkit-scrollbar {/*滚动条整体样式*/
	width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 6px;
}
.jianjie::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px #182e7a;
	background: #182e7a;
}
.jianjie::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 6px #dadada;
	border-radius: 0;
	background: #dadada;
}
.jianjie p{
	margin-bottom: 12px;
}
.jianjie>div{
	padding: 32px 0 0;
}
.wenhua-tab{
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 0;
}
.wenhua-tab a{
	display: inline-block;
	vertical-align: top;
	min-width: 142px;
	height: 42px;
	border-radius: 4px;
	text-align: center;
	background: #b2b8cf;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	margin: 0 15px;
}
.wenhua-tab a:hover{
	background: #182e7a;
}
.wenhua-tab a.active{
	background: #182e7a;
}
.wenhua{
	width: 638px;
	height: 185px;
	border-radius: 4px;
	padding: 22px 32px 10px 22px;
	background: #fff;
	margin-bottom: 22px;
}
.wenhua:nth-child(2n){
	float: right;
}
.wenhua-img{
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 4px;
}
.wenhua-img div{
	width: 140px;
	height: 100%;
	transition: all 500ms;
}
.wenhua-in{
	width: 418px;
	font-size: 16px;
	line-height: 28px;
	color: #999999;
	padding-top: 1px;
}
.wenhua-in h3{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #333333;
}
.wenhua-in p{
	height: 56px;
}
.wenhua-in h5{
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	margin-top: 14px;
}
.wenhua-in em{
	display: block;
	width: 38px;
	height: 2px;
	background: #182e7a;
	margin: 9px 0;
}
.wenhua:hover{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.wenhua:hover .wenhua-in h3{
	color: #182e7a;
}
.wenhua:hover .wenhua-img div{
	transform: scale(1.06);
}
.wh-det{
	display: block;
	margin: 42px auto 90px;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.wh-det-top{
	display: block;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 28px;
}
.wh-det-top h5{
	font-size: 18px;
	color: #999999;
	line-height: 28px;
	margin-top: 17px;
}
.wh-det-top h3{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.wh-det-in p{
	margin-bottom: 22px;
}
.fangda{
	display: none;
	width: auto;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1999;
}
.fangda img{
	min-width: 400px;
	min-height: 400px;
	max-height: 90%;
	max-width: 90%;
	border-radius: 8px;
	border: 10px solid #fff;
}
.rongyu li{
	float: left;
	width: 412px;
	height: 358px;
	border-radius: 10px;
	background: #fff;
	margin: 32px 32px 0 0;
	padding: 12px 12px 0;
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 76px;
	cursor: pointer;
}
.rongyu li:nth-child(3n){
	margin-right: 0;	
}
.rongyu li>div{
	display: block;
	width: 100%;
	height: 270px;
	overflow: hidden;
	border-radius: 8px;
}

.zizhi li{
	float: left;
	width: 300px;
	height: auto;
	margin-bottom: 18px;
	margin-right: 32px;
}
.zizhi li:nth-child(4n){
	margin-right: 0;
}
.zizhi li p{
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.zizhi li div{
	display: block;
	width: 100%;
	height: 428px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}
.team{
	width: 412px;
	height: 652px;
	margin-bottom: 32px;
	margin-right: 32px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.team:nth-child(3n){
	margin-right: 0;
}
.team-img{
	display: block;
	width: 100%;
	height: 484px;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
}
.team-img div{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 500ms;
}
.team:hover .team-img div{
	transform: scale(1.06);
}
.team-in{
	display: block;
	padding: 23px 30px 0;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}
.team-in p{
	height: 28px;
}
.team-in h5{
	color: #999999;
	margin-top: 13px;
}
.team-in h3{
	height: 36px;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}
.team-in h3 span{
	display: inline-block;
	vertical-align: top;
	width: auto;
	font-size: 14px;
	color: #182e7a;
	font-weight: normal;
	height: 28px;
	line-height: 26px;
	border-radius: 14px;
	border: 1px solid #182e7a;
	padding: 0 14px;
	margin-top: 5px;
	margin-left: 15px;
}
.team:hover .team-in h3{
	color: #182e7a;
}

.team-det{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin: 56px auto 94px;
}
.team-det-img{
	width: 412px;
	height: 484px;
	margin-top: 4px;
}
.team-div{
	width: 810px;
}
.team-div .line{
	display: block;
	width: 100%;
	height: 1px;
	background: #dddddd;
	margin: 23px 0 25px;
}
.team-div>h4{
	font-size: 20px;
	color: #333333;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
}
.team-div>h4::before{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #182e7a;
}
.team-div>h2{
	line-height: 50px;
	margin-bottom: 14px;
	font-size: 42px;
	color: #182e7a;
	font-weight: bold;
}
.team-div>h2 em{
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	margin-left: 22px;
}
.team-div>h2 span{
	display: inline-block;
	margin-left: 20px;
	width: auto;
	font-size: 14px;
	color: #182e7a;
	font-weight: normal;
	height: 28px;
	line-height: 26px;
	border-radius: 14px;
	border: 1px solid #182e7a;
	padding: 0 14px;
	vertical-align: top;
	margin-top: 17px;
}
.lianxi{
	margin: 0 auto 72px;
	background: #fff;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
}
.lianxi h5{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 4px;
}
.lianxi li{
	float: left;
	width: 33.33%;
	padding: 22px 0 28px;
	padding-left: 30px;
}
.lianxi li:nth-child(1){
	width: 100%;
	border-bottom: 1px solid #dddddd;
}


.homeForm .textarea{
	display: block;
	width: 100%;
	height: 166px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	font-size: 18px;
	color: #333;
	line-height: 28px;
	padding: 12px 30px;
	margin-top: 50px;
	box-sizing: border-box;
}
.homeForm .textarea::-webkit-input-placeholder{
	color: #999;
}
.homeForm .input{
	width: 400px;
	height: 60px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	font-size: 18px;
	color: #333;
	padding: 0 30px;
	margin-right: 46px;
}
.homeForm .input:nth-child(3){
	margin-right: 0;
}
.homeForm .button{
	display: block;
	width: 290px;
	height: 54px;
	border-radius: 6px;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	color: #fff;
	margin: 50px auto 0;
	text-transform: uppercase;
	background: #182e7a;
}


.lianxi-bot{
	display: block;
	background: #fff;
	padding: 44px 0 60px;
}
.title04{
	text-align: center;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
}
.title04 h3{
	font-weight: bold;
}
.title04 em{
	display: block;
	width: 56px;
	height: 4px;
	background: #182e7a;
	margin: 6px auto 0;
}
.licheng{
	display: block;
	height: 268px;
	position: relative;
}
.lcswiper{
	display: block;
	width: 1200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 30;
	overflow: hidden;
}
.lcswiper h3{
	display: block;
	width: 138px;
	height: 144px;
	margin: 72px auto 0;
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 42px;
	position: relative;
	z-index: 40;
}
.lcswiper .swiper-slide-active h3{
	background: url(../images/lich-01.png) no-repeat center;
	line-height: 144px;
	font-size: 36px;
	color: #fff;
}
.lcswiper .swiper-slide{
	position: relative;
}
.lcswiper .swiper-slide::before{
	content: "";
	display: block;
	width: 265px;
	height: 6px;
	background-image: linear-gradient(to right, #d1d3d1 , #b1b1b1);
	position: absolute;
	top: 140px;
	right: 50%;
	z-index: 3;
}
.lcswiper .swiper-slide::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	top: 133px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.lcswiper .swiper-slide-active::after{
	display: none;
}
.lcswiper .swiper-slide.active::after{
	background: #182e7a;
}
.lcswiper .swiper-slide.active::before{
	background-image: linear-gradient(to right, #f4f6fe , #182e7a);
}
.lcswiper .swiper-slide-active::before{
	background-image: linear-gradient(to right, #f4f6fe , #182e7a);
}
.lc-left,
.lc-right{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 112px;
	z-index: 40;
	border-radius: 50%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.lc-left{
	left: -48px;
	background: url(../images/left-04.png) no-repeat center;
}
.lc-right{
	background: url(../images/right-04.png) no-repeat center;
	right: -48px;
}
.lc-left:hover{
	left: -48px;
	background: url(../images/left-05.png) no-repeat center;
}
.lc-right:hover{
	background: url(../images/right-05.png) no-repeat center;
	right: -48px;
}
.licheng h1{
	height: 268px;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	font-size: 280px;
	line-height: 200px;
	background-image: linear-gradient(#e9e9e9, #e9e9e9 40%, #f4f4f4 100%);
  	-webkit-background-clip: text;
  	color: transparent;
}
.lc-bot{
	margin: 0 auto 105px;
}
.lc-bot li{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	overflow: hidden;
}
.lc-bot li p{
	margin-bottom: 6px;
}
.lc-bot-swi{
	display: block;
	width: 588px;
	height: 382px;
	margin: 38px auto 0;
	position: relative;
	overflow: hidden;
}
.lc-bot-swi .swiper-pagination{
	width: 74px;
	height: 40px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.5);
	left: auto;
	right: 24px;
	bottom: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}



.tzList{
	display: block;
	width: 100%;
	height: 80px;
	padding: 0 24px 0 45px;
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.tzList .left{
	width: 70%;
	font-size: 18px;
	color: #333333;
	line-height: 80px;
}
.tzList .right{
	font-size: 14px;
	color: #666666;
	line-height: 80px;
}
.tzList::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0957b8;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.tzList:hover::before{
	background: #fff;
}
.tzList:hover{
	background: #006ec7;
}
.tzList:hover .left,
.tzList:hover .right{
	color: #fff;
}






























